:root {
  --paper: #f8f3ed;
  --paper-warm: #f2dfcf;
  --peach: #e9b795;
  --sand: #dfc6ae;
  --ink: #25150f;
  --coffee: #4d2a1d;
  --coffee-deep: #2b1711;
  --olive: #6d6c4f;
  --muted: #7c6b62;
  --line: rgba(54, 30, 20, 0.18);
  --white: #fffdf9;
  --shell: min(1360px, calc(100vw - 96px));
  --serif: "Songti SC", "STSong", "Noto Serif CJK SC", Georgia, serif;
  --sans: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 96px;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: 9999;
  pointer-events: none;
  opacity: 0.035;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.92' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.7'/%3E%3C/svg%3E");
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  color: inherit;
  font: inherit;
}

:focus-visible {
  outline: 2px solid var(--coffee);
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 10000;
  padding: 10px 14px;
  background: var(--ink);
  color: var(--white);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.shell {
  width: var(--shell);
  margin-inline: auto;
}

.section {
  padding-block: 150px;
}

.site-banner {
  position: relative;
  z-index: 80;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  color: #f7ece4;
  background: var(--coffee-deep);
  font-size: 10px;
  letter-spacing: 0.19em;
}

.site-banner__line {
  width: 32px;
  height: 1px;
  background: rgba(255, 255, 255, 0.38);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 70;
  height: 76px;
  border-bottom: 1px solid transparent;
  background: rgba(248, 243, 237, 0.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  transition: height 240ms ease, border-color 240ms ease, background 240ms ease;
}

.site-header.is-scrolled {
  height: 66px;
  border-color: var(--line);
  background: rgba(248, 243, 237, 0.94);
}

.site-header__inner {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
}

.brand {
  width: max-content;
  display: flex;
  align-items: center;
}

.brand img {
  width: 28px;
  height: 40px;
  object-fit: contain;
  margin-right: 10px;
}

.brand__name {
  font-family: var(--serif);
  font-size: 24px;
  letter-spacing: 0.04em;
}

.brand__en {
  align-self: flex-end;
  margin: 0 0 8px 10px;
  color: var(--muted);
  font: 9px/1 var(--sans);
  letter-spacing: 0.22em;
}

.primary-nav {
  display: flex;
  align-items: center;
  gap: 42px;
}

.primary-nav a {
  position: relative;
  padding-block: 12px;
  font-size: 13px;
  letter-spacing: 0.07em;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 5px;
  left: 0;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 220ms ease;
}

.primary-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-contact {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 11px 17px;
  border: 1px solid var(--ink);
  font-size: 12px;
  letter-spacing: 0.1em;
  transition: color 200ms ease, background 200ms ease;
}

.header-contact:hover {
  color: var(--white);
  background: var(--ink);
}

.nav-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: calc(100vh - 30px);
  overflow: hidden;
  background:
    radial-gradient(circle at 13% 14%, rgba(255, 253, 249, 0.95) 0, rgba(255, 253, 249, 0) 36%),
    linear-gradient(116deg, #f9f4ee 0 45%, #f0d8c6 45% 100%);
}

.hero__wash {
  position: absolute;
  top: -26vw;
  left: 38%;
  width: 64vw;
  height: 64vw;
  border: 1px solid rgba(77, 42, 29, 0.12);
  border-radius: 50%;
}

.hero__wash::before,
.hero__wash::after {
  position: absolute;
  border: 1px solid rgba(77, 42, 29, 0.09);
  border-radius: 50%;
  content: "";
}

.hero__wash::before {
  inset: 8%;
}

.hero__wash::after {
  inset: 16%;
}

.hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(520px, 0.78fr);
  gap: clamp(48px, 7vw, 120px);
  align-items: center;
  min-height: calc(100vh - 106px);
  padding-block: 76px 112px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
  color: var(--coffee);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
}

.eyebrow span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border: 1px solid var(--line);
  border-radius: 50%;
  font-size: 9px;
}

.hero__title {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(58px, 6.3vw, 104px);
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: -0.065em;
}

.hero__title > span {
  display: block;
}

.hero__title-accent {
  position: relative;
  width: max-content;
  margin-top: 8px;
  color: var(--coffee);
  font-style: italic;
}

.hero__title-accent i {
  position: absolute;
  right: -26px;
  bottom: -14px;
  left: 8%;
  height: 18px;
  border-top: 2px solid var(--coffee);
  border-radius: 50%;
  transform: rotate(-1.5deg);
}

.hero__lead {
  max-width: 630px;
  margin: 42px 0 0;
  color: #5f5048;
  font-size: 17px;
  line-height: 2;
  text-align: justify;
}

.hero__actions {
  display: flex;
  align-items: center;
  gap: 32px;
  margin-top: 40px;
}

.button {
  min-width: 158px;
  min-height: 50px;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  gap: 28px;
  padding: 14px 18px;
  font-size: 13px;
  letter-spacing: 0.08em;
}

.button--dark {
  color: var(--white);
  background: var(--ink);
  border: 1px solid var(--ink);
  transition: color 220ms ease, background 220ms ease;
}

.button--dark:hover {
  color: var(--ink);
  background: transparent;
}

.text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding-block: 7px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.text-link span {
  transition: transform 200ms ease;
}

.text-link:hover span {
  transform: translate(3px, -3px);
}

.hero__roles {
  display: flex;
  gap: 0;
  margin-top: 58px;
  color: var(--muted);
  font-size: 11px;
  letter-spacing: 0.12em;
}

.hero__roles span {
  padding-inline: 17px;
  border-right: 1px solid var(--line);
}

.hero__roles span:first-child {
  padding-left: 0;
}

.hero__roles span:last-child {
  border-right: 0;
}

.hero-visual {
  position: relative;
  width: min(100%, 560px);
  justify-self: end;
  padding: 30px 42px 28px 34px;
}

.hero-visual::before {
  position: absolute;
  inset: 6% 2% 1% 17%;
  border: 1px solid rgba(77, 42, 29, 0.26);
  content: "";
  transform: rotate(2.5deg);
}

.hero-visual__index {
  position: absolute;
  top: 0;
  right: 54px;
  font: 10px/1 var(--sans);
  letter-spacing: 0.18em;
}

.hero-visual__frame {
  position: relative;
  z-index: 1;
  aspect-ratio: 0.75;
  overflow: hidden;
  background: #ddd0c4;
  box-shadow: 0 34px 90px rgba(66, 35, 22, 0.2);
}

.hero-visual__frame > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 40%;
  transition: transform 900ms cubic-bezier(0.22, 1, 0.36, 1);
}

.hero-visual:hover .hero-visual__frame > img {
  transform: scale(1.025);
}

.hero-visual__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 24px 22px;
  color: var(--white);
  background: linear-gradient(transparent, rgba(29, 15, 10, 0.64));
}

.hero-visual__caption span {
  font-size: 9px;
  letter-spacing: 0.18em;
}

.hero-visual__caption strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.08em;
}

.hero-card {
  position: absolute;
  z-index: 3;
  background: rgba(255, 253, 249, 0.93);
  box-shadow: 0 18px 52px rgba(53, 29, 20, 0.15);
  backdrop-filter: blur(12px);
}

.hero-card--signal {
  top: 19%;
  left: -58px;
  min-width: 190px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 17px;
}

.signal-dot {
  width: 8px;
  height: 8px;
  border: 2px solid var(--white);
  border-radius: 50%;
  background: #657a52;
  box-shadow: 0 0 0 1px #657a52;
}

.hero-card--signal div {
  display: grid;
  gap: 5px;
}

.hero-card--signal strong {
  font-size: 12px;
  font-weight: 600;
}

.hero-card--signal small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.05em;
}

.hero-card--metric {
  right: -26px;
  bottom: 14%;
  min-width: 154px;
  display: grid;
  padding: 17px 20px;
}

.hero-card--metric small {
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.1em;
}

.hero-card--metric strong {
  margin-block: 4px;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
}

.hero-card--metric span {
  font-size: 9px;
}

.hero-visual__stamp {
  position: absolute;
  right: -10px;
  bottom: 24px;
  z-index: 2;
  display: grid;
  color: var(--coffee);
  font: 600 11px/1.12 var(--sans);
  letter-spacing: 0.2em;
  writing-mode: vertical-rl;
}

.hero__marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 44px;
  overflow: hidden;
  border-top: 1px solid rgba(54, 30, 20, 0.15);
  border-bottom: 1px solid rgba(54, 30, 20, 0.15);
}

.hero__marquee div {
  width: max-content;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  color: rgba(55, 31, 22, 0.7);
  font: 10px/1 var(--sans);
  letter-spacing: 0.22em;
  animation: marquee 32s linear infinite;
}

.hero__marquee b {
  font-size: 18px;
  font-weight: 400;
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.intro {
  border-bottom: 1px solid var(--line);
}

.intro__grid {
  display: grid;
  grid-template-columns: 0.58fr 2.05fr 0.9fr;
  grid-template-areas:
    "number title title"
    ". text aside";
  column-gap: 70px;
  row-gap: 70px;
}

.section-number {
  grid-area: number;
  padding-top: 12px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.18em;
}

.intro__title {
  grid-area: title;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 5.1vw, 76px);
  font-weight: 400;
  line-height: 1.34;
  letter-spacing: -0.035em;
}

.intro__title em {
  color: var(--coffee);
  font-style: italic;
}

.intro__text {
  grid-area: text;
  max-width: 660px;
  margin: 0;
  color: #66584f;
  font-size: 16px;
  line-height: 2.1;
}

.intro__aside {
  grid-area: aside;
  padding-left: 24px;
  border-left: 1px solid var(--line);
}

.intro__aside span,
.intro__aside strong {
  display: block;
}

.intro__aside span {
  margin-bottom: 14px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: 0.1em;
}

.intro__aside strong {
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.6;
}

.product {
  background: #efe4da;
}

.section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 74px;
}

.section-kicker {
  margin: 0 0 22px;
  color: var(--coffee);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.section-head h2,
.workflow h2,
.about h2,
.contact h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(42px, 4.5vw, 68px);
  font-weight: 400;
  line-height: 1.28;
  letter-spacing: -0.035em;
}

.section-head > p {
  max-width: 390px;
  margin: 0 0 8px;
  color: #685951;
  font-size: 14px;
  line-height: 2;
}

.capability-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.capability {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(54, 30, 20, 0.13);
  background: var(--paper);
}

.capability--feature {
  grid-row: span 2;
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  min-height: 670px;
}

.capability__image {
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.capability__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 800ms cubic-bezier(0.22, 1, 0.36, 1);
}

.capability:hover .capability__image img {
  transform: scale(1.025);
}

.capability__image > span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 8px 10px;
  color: var(--white);
  background: rgba(37, 21, 15, 0.66);
  font-size: 8px;
  letter-spacing: 0.18em;
}

.capability__body,
.capability--compact,
.capability__wide-copy {
  padding: 42px;
}

.capability__body {
  display: flex;
  flex-direction: column;
}

.capability__no {
  position: absolute;
  top: 24px;
  right: 26px;
  color: currentColor;
  font: 10px/1 var(--sans);
  letter-spacing: 0.12em;
  opacity: 0.65;
}

.capability__tag {
  margin: 72px 0 17px;
  color: var(--coffee);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.19em;
}

.capability h3 {
  margin: 0 0 22px;
  font-family: var(--serif);
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
}

.capability p:not(.capability__tag) {
  margin: 0;
  color: #716159;
  font-size: 14px;
  line-height: 2;
}

.capability ul {
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.capability li {
  display: flex;
  justify-content: space-between;
  padding-block: 15px;
  border-top: 1px solid var(--line);
  font-size: 12px;
}

.capability li::after {
  content: "↗";
}

.capability--compact {
  min-height: 325px;
}

.capability--compact .capability__tag,
.capability--wide .capability__tag {
  margin-top: 18px;
}

.capability--ink {
  color: #f8eee7;
  background: var(--coffee-deep);
}

.capability--ink .capability__tag,
.capability--ink p:not(.capability__tag) {
  color: #d9bda9;
}

.capability__chips {
  display: flex;
  gap: 8px;
  margin-top: 28px;
}

.capability__chips span {
  padding: 8px 12px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 10px;
}

.capability--sand {
  background: var(--sand);
}

.tryon-mark {
  position: absolute;
  right: 32px;
  bottom: 30px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(55, 31, 22, 0.48);
  font-family: var(--serif);
  font-size: 28px;
}

.tryon-mark i {
  width: 44px;
  height: 1px;
  background: currentColor;
}

.capability--wide {
  grid-column: 1 / -1;
  min-height: 440px;
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  background: #f9f5ef;
}

.capability__wide-copy {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 80px;
}

.capability__wide-copy .text-link {
  width: max-content;
  margin-top: 28px;
}

.mini-dashboard {
  align-self: stretch;
  margin: 28px;
  padding: 30px 34px;
  border: 1px solid var(--line);
  background: #fffdfa;
  box-shadow: 0 20px 70px rgba(67, 42, 29, 0.09);
}

.mini-dashboard__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 600;
}

.mini-dashboard__top i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #79915f;
}

.mini-dashboard__metric {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-block: 24px 10px;
  color: var(--muted);
  font-size: 11px;
}

.mini-dashboard__metric strong {
  color: var(--ink);
  font: 400 42px/1 var(--serif);
}

.mini-dashboard__metric small {
  margin-left: 4px;
  font: 10px/1 var(--sans);
}

.mini-dashboard__bars {
  height: 70px;
  display: flex;
  align-items: flex-end;
  gap: 7px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--line);
}

.mini-dashboard__bars i {
  flex: 1;
  background: var(--peach);
}

.mini-dashboard__bars i:nth-child(1) { height: 28%; }
.mini-dashboard__bars i:nth-child(2) { height: 43%; }
.mini-dashboard__bars i:nth-child(3) { height: 35%; }
.mini-dashboard__bars i:nth-child(4) { height: 70%; }
.mini-dashboard__bars i:nth-child(5) { height: 58%; }
.mini-dashboard__bars i:nth-child(6) { height: 82%; }
.mini-dashboard__bars i:nth-child(7) { height: 100%; background: var(--coffee); }

.mini-dashboard__row {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  color: var(--muted);
  font-size: 10px;
}

.mini-dashboard__row strong {
  color: var(--ink);
  font-size: 13px;
}

.workflow {
  color: #f4e9df;
  background: var(--coffee-deep);
}

.workflow__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(520px, 1fr);
  gap: clamp(70px, 9vw, 150px);
  align-items: start;
}

.workflow__sticky {
  position: sticky;
  top: 112px;
}

.workflow .section-kicker {
  color: var(--peach);
}

.workflow__sticky > p:not(.section-kicker) {
  max-width: 520px;
  margin: 28px 0 0;
  color: #c9aea0;
  font-size: 14px;
  line-height: 2;
}

.workflow-phone {
  width: 254px;
  margin: 58px auto 0;
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 32px;
  background: #120b08;
  box-shadow: 0 35px 90px rgba(0, 0, 0, 0.34);
  transform: rotate(-4deg);
}

.workflow-phone__screen {
  position: relative;
  aspect-ratio: 0.54;
  overflow: hidden;
  border-radius: 25px;
}

.workflow-phone__screen::before {
  position: absolute;
  top: 8px;
  left: 50%;
  z-index: 3;
  width: 64px;
  height: 17px;
  border-radius: 12px;
  background: #100a08;
  content: "";
  transform: translateX(-50%);
}

.workflow-phone__screen > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.workflow-phone__ui {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 50px 16px 17px;
  color: white;
  background: linear-gradient(transparent, rgba(16, 9, 7, 0.82));
}

.workflow-phone__ui div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.workflow-phone__ui span {
  font-family: var(--serif);
  font-size: 18px;
}

.workflow-phone__ui button {
  border: 0;
  color: white;
  background: transparent;
  font-size: 22px;
}

.workflow-phone__ui p {
  margin: 5px 0 0;
  font-size: 8px;
  letter-spacing: 0.08em;
}

.workflow-phone__pill {
  position: absolute;
  right: 12px;
  bottom: 78px;
  padding: 7px 10px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 999px;
  color: white;
  background: rgba(20, 11, 8, 0.42);
  font-size: 8px;
  letter-spacing: 0.08em;
}

.workflow-list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: none;
}

.workflow-list li {
  display: grid;
  grid-template-columns: 62px 1fr;
  gap: 24px;
  padding-block: 42px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.workflow-list li:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.workflow-list > li > span {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  color: var(--peach);
  font-size: 9px;
}

.workflow-list div > p:first-child {
  margin: 1px 0 12px;
  color: #b89582;
  font-size: 9px;
  letter-spacing: 0.2em;
}

.workflow-list h3 {
  margin: 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
}

.workflow-list div > p:last-child {
  max-width: 440px;
  margin: 16px 0 0;
  color: #bca397;
  font-size: 13px;
  line-height: 1.9;
}

.roles {
  background: var(--paper);
}

.section-head--compact {
  margin-bottom: 70px;
}

.role-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.role-card {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  padding: 32px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  transition: background 260ms ease, transform 260ms ease;
}

.role-card:not(.role-card--image):hover {
  background: #f0dfd2;
  transform: translateY(-4px);
}

.role-card__top {
  display: flex;
  justify-content: space-between;
  color: var(--muted);
  font-size: 9px;
  letter-spacing: 0.16em;
}

.role-card__top b {
  font-weight: 400;
}

.role-card h3 {
  margin: 80px 0 28px;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
}

.role-card > p {
  margin: 0;
  color: #6d5e55;
  font-size: 13px;
  line-height: 2;
}

.role-card ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: auto 0 0;
  padding: 0;
  list-style: none;
}

.role-card li {
  padding: 7px 10px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: var(--muted);
  font-size: 9px;
}

.role-card--image {
  position: relative;
  overflow: hidden;
  padding: 0;
  color: white;
}

.role-card--image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 10, 6, 0.05), rgba(20, 10, 6, 0.64));
  content: "";
}

.role-card--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms cubic-bezier(0.22, 1, 0.36, 1);
}

.role-card--image:hover img {
  transform: scale(1.035);
}

.role-card__image-copy {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.role-card__image-copy span {
  font-size: 8px;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.role-card__image-copy strong {
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.35;
  text-align: right;
}

.manifesto {
  position: relative;
  overflow: hidden;
  padding-block: 160px;
  background: var(--paper-warm);
}

.manifesto::before {
  position: absolute;
  top: -25%;
  right: -10%;
  width: 50vw;
  height: 50vw;
  border: 1px solid rgba(77, 42, 29, 0.13);
  border-radius: 50%;
  content: "";
}

.manifesto__line {
  position: absolute;
  top: 42%;
  right: 0;
  left: 0;
  height: 1px;
  background: rgba(77, 42, 29, 0.12);
  transform: rotate(-4deg);
}

.manifesto__inner {
  position: relative;
  z-index: 1;
  text-align: center;
}

.manifesto p {
  margin: 0 0 30px;
  color: var(--coffee);
  font-size: 11px;
  letter-spacing: 0.3em;
}

.manifesto h2 {
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(44px, 6.2vw, 86px);
  font-weight: 400;
  line-height: 1.42;
  letter-spacing: -0.04em;
}

.manifesto em {
  color: var(--coffee);
  font-style: italic;
}

.about {
  background: #f8f3ed;
}

.about__grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(70px, 10vw, 160px);
  align-items: center;
}

.about__visual {
  position: relative;
  max-width: 540px;
  padding: 28px 54px 58px 24px;
}

.about__visual::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 22px;
  left: 62px;
  border: 1px solid var(--line);
  content: "";
}

.about__image-wrap {
  position: relative;
  z-index: 1;
  aspect-ratio: 0.74;
  overflow: hidden;
}

.about__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__image-wrap span {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 8px 12px;
  color: var(--white);
  background: rgba(37, 21, 15, 0.7);
  font: 12px/1 var(--serif);
  letter-spacing: 0.16em;
}

.about__monogram {
  position: absolute;
  right: -8px;
  bottom: 0;
  z-index: 2;
  color: var(--coffee);
  font-family: var(--serif);
  font-size: 40px;
  font-style: italic;
}

.about__copy > p:not(.section-kicker) {
  max-width: 610px;
  margin: 32px 0 0;
  color: #6a5b52;
  font-size: 14px;
  line-height: 2.1;
}

.about__facts {
  margin: 44px 0 30px;
  border-top: 1px solid var(--line);
}

.about__facts > div {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 20px;
  padding-block: 17px;
  border-bottom: 1px solid var(--line);
}

.about__facts dt {
  color: var(--muted);
  font-size: 11px;
}

.about__facts dd {
  margin: 0;
  font-size: 12px;
}

.contact {
  padding-top: 0;
}

.contact__panel {
  position: relative;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 90px;
  padding: 74px;
  color: #f8ece4;
  background: var(--coffee);
}

.contact__panel::before {
  position: absolute;
  top: 34px;
  right: 34px;
  width: 66px;
  height: 66px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
  border-right: 1px solid rgba(255, 255, 255, 0.24);
  content: "";
}

.contact .section-kicker {
  color: var(--peach);
}

.contact__copy > p:last-child {
  max-width: 530px;
  margin: 27px 0 0;
  color: #d6bbae;
  font-size: 14px;
  line-height: 2;
}

.contact__actions {
  align-self: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact__actions a {
  display: grid;
  grid-template-columns: 90px 1fr auto;
  gap: 18px;
  align-items: center;
  padding-block: 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.contact__actions span {
  color: #c9aa9b;
  font-size: 10px;
}

.contact__actions strong {
  font-family: var(--serif);
  font-size: 20px;
  font-weight: 400;
}

.contact__actions i {
  font-style: normal;
  transition: transform 200ms ease;
}

.contact__actions a:hover i {
  transform: translate(4px, -4px);
}

.contact__address {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 30px;
  padding-top: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.contact__address span {
  color: #c9aa9b;
  font-size: 10px;
}

.contact__address p {
  margin: 0;
  font-size: 12px;
}

.site-footer {
  padding-block: 70px 28px;
  color: #d7c0b5;
  background: #190e0a;
}

.site-footer__top {
  display: grid;
  grid-template-columns: 0.7fr 1.2fr 1fr;
  gap: 50px;
  align-items: start;
  padding-bottom: 64px;
}

.brand--footer {
  color: #f7eae1;
}

.brand--footer img {
  width: 34px;
  height: 46px;
}

.site-footer__top > p {
  margin: 9px 0 0;
  color: #b99888;
  font-family: var(--serif);
  font-size: 20px;
}

.site-footer__top nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px 30px;
  justify-self: end;
  font-size: 11px;
}

.site-footer__top a:hover,
.site-footer__bottom a:hover {
  color: white;
}

.site-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: #9b7f73;
  font-size: 10px;
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__bottom div {
  display: flex;
  gap: 25px;
}

.motion-ready .hero__copy .reveal,
.motion-ready .hero-visual.reveal {
  animation: hero-reveal 760ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

.motion-ready .hero__copy .reveal:nth-child(2) { animation-delay: 80ms; }
.motion-ready .hero__copy .reveal:nth-child(3) { animation-delay: 150ms; }
.motion-ready .hero__copy .reveal:nth-child(4) { animation-delay: 220ms; }
.motion-ready .hero__copy .reveal:nth-child(5) { animation-delay: 280ms; }
.motion-ready .hero-visual.reveal { animation-delay: 180ms; }

@keyframes hero-reveal {
  from {
    opacity: 0;
    transform: translateY(26px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 1180px) {
  :root {
    --shell: min(100% - 64px, 1120px);
  }

  .primary-nav {
    gap: 24px;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.8fr);
    gap: 40px;
  }

  .hero__title {
    font-size: clamp(54px, 6.2vw, 76px);
  }

  .hero-card--signal {
    left: -30px;
  }

  .capability--feature {
    grid-template-columns: 1fr;
  }

  .capability__image {
    min-height: 360px;
  }

  .capability__body {
    min-height: 430px;
  }

  .role-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  :root {
    --shell: calc(100% - 40px);
  }

  .section {
    padding-block: 100px;
  }

  .site-header__inner {
    grid-template-columns: 1fr auto;
  }

  .nav-toggle {
    position: relative;
    z-index: 2;
    width: 42px;
    height: 42px;
    display: grid;
    place-content: center;
    gap: 6px;
    justify-self: end;
    padding: 0;
    border: 0;
    background: transparent;
  }

  .nav-toggle span {
    width: 22px;
    height: 1px;
    display: block;
    background: var(--ink);
    transition: transform 220ms ease;
  }

  .nav-open .nav-toggle span:first-child {
    transform: translateY(3.5px) rotate(45deg);
  }

  .nav-open .nav-toggle span:last-child {
    transform: translateY(-3.5px) rotate(-45deg);
  }

  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 12px;
    padding: 100px 10vw;
    background: rgba(248, 243, 237, 0.98);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-12px);
    transition: opacity 240ms ease, transform 240ms ease, visibility 240ms ease;
  }

  .primary-nav a {
    font-family: var(--serif);
    font-size: 34px;
  }

  .nav-open {
    overflow: hidden;
  }

  .nav-open .primary-nav {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .header-contact {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero__grid {
    grid-template-columns: 1fr;
    padding-block: 72px 110px;
  }

  .hero__copy {
    position: relative;
    z-index: 2;
  }

  .hero__lead {
    max-width: 670px;
  }

  .hero-visual {
    width: min(84vw, 520px);
    justify-self: center;
  }

  .hero-card--signal {
    left: -12px;
  }

  .intro__grid {
    grid-template-columns: 100px 1fr;
    grid-template-areas:
      "number title"
      ". text"
      ". aside";
    gap: 45px 30px;
  }

  .section-head {
    align-items: flex-start;
    flex-direction: column;
  }

  .capability-grid {
    grid-template-columns: 1fr;
  }

  .capability--feature,
  .capability--wide {
    grid-column: auto;
  }

  .workflow__grid {
    grid-template-columns: 1fr;
  }

  .workflow__sticky {
    position: static;
  }

  .workflow-phone {
    margin-bottom: 30px;
  }

  .about__grid {
    grid-template-columns: 0.85fr 1.15fr;
    gap: 40px;
  }

  .contact__panel {
    grid-template-columns: 1fr;
    gap: 50px;
    padding: 54px;
  }
}

@media (max-width: 680px) {
  :root {
    --shell: calc(100% - 32px);
  }

  html {
    scroll-padding-top: 72px;
  }

  .section {
    padding-block: 78px;
  }

  .site-banner {
    height: 26px;
    gap: 8px;
    font-size: 8px;
    letter-spacing: 0.11em;
  }

  .site-banner span:last-child,
  .site-banner__line {
    display: none;
  }

  .site-header,
  .site-header.is-scrolled {
    height: 64px;
  }

  .brand img {
    width: 23px;
    height: 34px;
    margin-right: 7px;
  }

  .brand__name {
    font-size: 21px;
  }

  .brand__en {
    display: none;
  }

  .hero {
    background:
      radial-gradient(circle at 10% 10%, rgba(255, 253, 249, 0.9), transparent 40%),
      linear-gradient(145deg, #f8f2eb 0 43%, #efd7c5 43% 100%);
  }

  .hero__grid {
    gap: 42px;
    padding-block: 58px 92px;
  }

  .eyebrow {
    margin-bottom: 22px;
    font-size: 10px;
  }

  .hero__title {
    font-size: clamp(48px, 15vw, 66px);
    line-height: 1.13;
  }

  .hero__title-accent i {
    right: -8px;
  }

  .hero__lead {
    margin-top: 34px;
    font-size: 14px;
    line-height: 1.9;
  }

  .hero__actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
  }

  .hero__roles {
    margin-top: 38px;
    font-size: 9px;
  }

  .hero__roles span {
    padding-inline: 10px;
  }

  .hero-visual {
    width: 88vw;
    padding: 24px 27px 22px 25px;
  }

  .hero-visual__index {
    right: 34px;
  }

  .hero-card--signal {
    top: 15%;
    left: -7px;
    min-width: 158px;
    padding: 12px;
  }

  .hero-card--metric {
    right: -6px;
    min-width: 126px;
    padding: 13px 15px;
  }

  .hero-card--metric strong {
    font-size: 28px;
  }

  .hero-visual__stamp {
    right: -4px;
  }

  .intro__grid {
    display: block;
  }

  .section-number {
    margin-bottom: 32px;
  }

  .intro__title {
    font-size: 39px;
    line-height: 1.45;
  }

  .intro__text {
    margin-top: 42px;
    font-size: 14px;
  }

  .intro__aside {
    margin-top: 36px;
  }

  .section-head {
    gap: 28px;
    margin-bottom: 48px;
  }

  .section-head h2,
  .workflow h2,
  .about h2,
  .contact h2 {
    font-size: 38px;
    line-height: 1.4;
  }

  .section-head > p {
    font-size: 13px;
  }

  .capability--feature {
    min-height: 0;
  }

  .capability__image {
    min-height: 420px;
  }

  .capability__body,
  .capability--compact,
  .capability__wide-copy {
    padding: 30px;
  }

  .capability__body {
    min-height: 430px;
  }

  .capability h3 {
    font-size: 34px;
  }

  .capability--wide {
    grid-template-columns: 1fr;
  }

  .capability__wide-copy {
    padding-top: 70px;
  }

  .mini-dashboard {
    margin: 0 16px 16px;
    padding: 24px;
  }

  .workflow__grid {
    gap: 66px;
  }

  .workflow-phone {
    width: 220px;
  }

  .workflow-list li {
    grid-template-columns: 48px 1fr;
    gap: 12px;
    padding-block: 32px;
  }

  .workflow-list h3 {
    font-size: 29px;
  }

  .role-grid {
    grid-template-columns: 1fr;
  }

  .role-card {
    min-height: 430px;
  }

  .manifesto {
    padding-block: 95px;
  }

  .manifesto h2 {
    font-size: 40px;
    line-height: 1.55;
  }

  .about__grid {
    grid-template-columns: 1fr;
    gap: 62px;
  }

  .about__visual {
    max-width: 430px;
    margin-inline: auto;
  }

  .about__facts > div {
    grid-template-columns: 92px 1fr;
  }

  .contact {
    padding-bottom: 0;
  }

  .contact__panel {
    width: 100%;
    padding: 58px 24px 42px;
  }

  .contact__actions a {
    grid-template-columns: 1fr auto;
    gap: 8px;
  }

  .contact__actions span {
    grid-column: 1 / -1;
  }

  .contact__actions strong {
    font-size: 18px;
  }

  .contact__address {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .site-footer__top nav {
    justify-self: start;
  }

  .site-footer__bottom {
    flex-direction: column;
  }

  .site-footer__bottom div {
    flex-wrap: wrap;
    gap: 13px 20px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .motion-ready .hero__copy .reveal,
  .motion-ready .hero-visual.reveal {
    opacity: 1;
    transform: none;
  }
}

@media print {
  .site-banner,
  .site-header,
  .hero__marquee,
  .nav-toggle {
    display: none;
  }

  .section {
    padding-block: 48px;
  }

  .workflow,
  .contact__panel,
  .site-footer {
    color: black;
    background: white;
  }
}
